home *** CD-ROM | disk | FTP | other *** search
- /* ---------------------------------------------------------------
- PROGRAM: See Movie Run
- FILE: Globals.c
- NOTES: This file contains declarations of some of our
- global variables.
-
- DATE: 7.1.92
- --------------------------------------------------------------- */
-
- #include "CEBCollaborator.h"
-
- //
- // gEBCollaborator is our global "Event Broadcasting" object that handles getting events
- // to each Movie Controller that depends on it.
- //
-
- CEBCollaborator *gEBCollaborator;
-
- //
- // gQuickTimeVersion holds the version of QuickTime that is currently running.
- //
-
- long gQuickTimeVersion;
-